For any application for internal use there is a folder in ~/Library/Application Support/(appName) where you can place any files/folders, these files/folders remain untouched during rebuild, in obj-C we construct this folder by calling function NSHomeDirectory() + "/Library/Application Support/" + [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleName"], try to find how to do the same in Swift
Post
Replies
Boosts
Views
Activity
thanks a lot
ok, thanks, i'll try
it works!!! thanks
Thanks for your reply